diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
| commit | 28aa62f54118b4746e2ccabff0167c4991b5cf4d (patch) | |
| tree | 5ef801da361f48af530468496fe0b1967b9127fc /config/waybar/style/[Colorful] Rainbow Spectrum.css | |
| parent | f73780ecb547ecc55c17b78cf964197a5f48e71a (diff) | |
Waybar Overhaul - Introducing Default v4, with app drawer function
Diffstat (limited to 'config/waybar/style/[Colorful] Rainbow Spectrum.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Rainbow Spectrum.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index b1bed19f..dfe5694c 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -98,16 +98,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, @@ -205,6 +212,15 @@ tooltip label{ background-color: #e6ed7b; } +#custom-cava_mviz, +#power-profiles-daemon, +#custom-browser, +#custom-file_manager, +#custom-tty, +#custom-settings { + background: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%); +} + #custom-cycle_wall { background-color: #94e2d5; } |
